projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8fff6
)
(with-mode-local): Another doc fix.
author
Glenn Morris
<rgm@gnu.org>
Tue, 3 Nov 2009 03:29:19 +0000
(
03:29
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 3 Nov 2009 03:29:19 +0000
(
03:29
+0000)
lisp/cedet/mode-local.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/mode-local.el
b/lisp/cedet/mode-local.el
index c862faaef631c03931970840367e1d5767ba6245..22b2c20b2048b3ec120187d496b3a4e316b130e7 100644
(file)
--- a/
lisp/cedet/mode-local.el
+++ b/
lisp/cedet/mode-local.el
@@
-381,7
+381,7
@@
The current mode bindings are saved, BODY is evaluated, and the saved
bindings are restored, even in case of an abnormal exit.
Value is what BODY returns.
This is like `with-mode-local-symbol', except that MODE is quoted
-and is not
e
evaluated."
+and is not evaluated."
`(with-mode-local-symbol ',mode ,@body))
(put 'with-mode-local 'lisp-indent-function 1)